* Makefile.in (GNULIB_MODULES): Add strtoumax.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Apr 2011 19:12:13 +0000 (12:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Apr 2011 19:12:13 +0000 (12:12 -0700)
commit3e49c68d0558981db297abe9193af01ec748577d
treec1d249726e4dd30b73678dc361ad50079a493545
parent369da689d97a2c50ea5c12621e6f8b58ffd7ca81
* Makefile.in (GNULIB_MODULES): Add strtoumax.
25 files changed:
ChangeLog
Makefile.in
lib/gnulib.mk
lib/inttypes.h [new file with mode: 0644]
lib/inttypes.in.h [new file with mode: 0644]
lib/strtoimax.c [new file with mode: 0644]
lib/strtol.c [new file with mode: 0644]
lib/strtoll.c [new file with mode: 0644]
lib/strtoul.c [new file with mode: 0644]
lib/strtoull.c [new file with mode: 0644]
lib/strtoumax.c [new file with mode: 0644]
lib/verify.h [new file with mode: 0644]
lib/wchar.h [new file with mode: 0644]
lib/wchar.in.h [new file with mode: 0644]
m4/gl-comp.m4
m4/inttypes-pri.m4 [new file with mode: 0644]
m4/inttypes.m4 [new file with mode: 0644]
m4/strtoimax.m4 [new file with mode: 0644]
m4/strtol.m4 [new file with mode: 0644]
m4/strtoll.m4 [new file with mode: 0644]
m4/strtoul.m4 [new file with mode: 0644]
m4/strtoull.m4 [new file with mode: 0644]
m4/strtoumax.m4 [new file with mode: 0644]
m4/wchar_h.m4 [new file with mode: 0644]
m4/wint_t.m4 [new file with mode: 0644]